Skip to content

[Docs] Add allow-contrib step to getting started guide#341

Merged
loic425 merged 1 commit intoSylius:mainfrom
Rafikooo:docs/allow-contrib-getting-started
Feb 13, 2026
Merged

[Docs] Add allow-contrib step to getting started guide#341
loic425 merged 1 commit intoSylius:mainfrom
Rafikooo:docs/allow-contrib-getting-started

Conversation

@Rafikooo
Copy link
Copy Markdown
Contributor

@Rafikooo Rafikooo commented Feb 9, 2026

Sylius recipes are in symfony/recipes-contrib which Flex ignores by default. Without enabling contrib recipes first, users end up with missing bundle registrations and config files after composer require, with no clear error indicating what went wrong.

This adds a step before package installation to run composer config extra.symfony.allow-contrib true.

Sylius recipes are in symfony/recipes-contrib which Flex ignores by
default. Without this step, users end up with missing bundle
registrations and config files with no clear error message.
@loic425 loic425 merged commit 754b87a into Sylius:main Feb 13, 2026
3 checks passed
@loic425
Copy link
Copy Markdown
Member

loic425 commented Feb 13, 2026

@Rafikooo Normally, with your change, you don't have this following message anymore, could you check please?
image

Cause we can remove it from the doc if this message is not there anymore.

@Rafikooo
Copy link
Copy Markdown
Contributor Author

@loic425, I added it because when the installation runs through the agent in non-interactive mode, the recipes get skipped. It’s more of a hint for the agents than for humans.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants